2025-06-27 14:08:46,880 [ 241491 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:42, check_args_and_update_paths) 2025-06-27 14:08:46,881 [ 241491 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:86, check_args_and_update_paths) 2025-06-27 14:08:46,881 [ 241491 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:97, check_args_and_update_paths) 2025-06-27 14:08:46,881 [ 241491 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:99, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_varwy7 --privileged --dns-search='.' --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=2cffe1eae894 -e DOCKER_BASE_TAG=1e0b53d756cf -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=caad4729259e -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS=" -rfEps --run-id=1 --color=no --durations=0 test_disks_app_func/test.py::test_disks_app_func_read_write -vvv" altinityinfra/integration-tests-runner:37a9815fd2fa '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: xdist-3.5.0, reportlog-0.4.0, order-1.0.1, random-0.2, repeat-0.9.3, timeout-2.2.0 timeout: 900.0s timeout method: signal timeout func_only: False collecting ... collected 1 item test_disks_app_func/test.py::test_disks_app_func_read_write FAILED [100%] =================================== FAILURES =================================== ________________________ test_disks_app_func_read_write ________________________ started_cluster = def test_disks_app_func_read_write(started_cluster): source = cluster.instances["disks_app_test"] source.exec_in_container( [ "bash", "-c", "echo 'tester' |" + " ".join( [ "/usr/bin/clickhouse", "disks", "--save-logs", "--disk", "test1", "--query", "'write 5.txt'", ] ), ] ) out = source.exec_in_container( [ "/usr/bin/clickhouse", "disks", "--save-logs", "--disk", "test1", "--query", "read 5.txt", ] ) files = out.split("\n") > assert files[0] == "tester" E AssertionError: assert '' == 'tester' E - tester test_disks_app_func/test.py:378: AssertionError ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ------------------------------ Captured log setup ------------------------------ 2025-06-27 14:08:50 [ 504 ] DEBUG : Command:['docker ps | wc -l'] (cluster.py:113, run_and_check) 2025-06-27 14:08:50 [ 504 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) 2025-06-27 14:08:50 [ 504 ] DEBUG : No running containers (conftest.py:95, cleanup_environment) 2025-06-27 14:08:50 [ 504 ] DEBUG : Pruning Docker networks (conftest.py:97, cleanup_environment) 2025-06-27 14:08:50 [ 504 ] DEBUG : Command:['docker network prune --force'] (cluster.py:113, run_and_check) 2025-06-27 14:08:50 [ 504 ] DEBUG : Command:["sysctl net.ipv4.ip_local_port_range='55000 65535'"] (cluster.py:113, run_and_check) 2025-06-27 14:08:50 [ 504 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:121, run_and_check) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_KERBEROS_KDC_TAG 9391ecdee8d7 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV CLICKHOUSE_TESTS_SERVER_BIN_PATH /clickhouse (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV MSAN_OPTIONS abort_on_error=1 poison_in_dtor=1 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV JAVA_TOOL_OPTIONS -Djdk.attach.allowAttachSelf=true (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV TSAN_OPTIONS halt_on_error=1 abort_on_error=1 history_size=7 memory_limit_mb=46080 second_deadlock_stack=1 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV HOSTNAME f01083b5f12a (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV SHLVL 0 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV HOME /root (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV OLDPWD / (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_HELPER_TAG 2cffe1eae894 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV PYTHONUNBUFFERED 1 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_PYTHON_BOTTLE_TAG caad4729259e (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV UBSAN_OPTIONS print_stacktrace=1 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV PYTEST_ADDOPTS -rfEps --run-id=1 --color=no --durations=0 test_disks_app_func/test.py::test_disks_app_func_read_write -vvv (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV CLICKHOUSE_LIBRARY_BRIDGE_BINARY_PATH /clickhouse-library-bridge (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV COMPOSE_HTTP_TIMEOUT 600 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_MYSQL_PHP_CLIENT_TAG 88be89c1e3b6 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_DOTNET_CLIENT_TAG 11de0b29a15d (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV CLICKHOUSE_TESTS_CLIENT_BIN_PATH /clickhouse (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_MYSQL_JS_CLIENT_TAG 41ba7c2ec2a1 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV PATH /spark-3.3.2-bin-hadoop3/bin:/opt/gdb/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_KERBERIZED_HADOOP_TAG latest (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_CHANNEL stable (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_CLIENT_TIMEOUT 300 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_POSTGRESQL_JAVA_CLIENT_TAG a4eff5c7f4d6 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_NGINX_DAV_TAG b55ac9cd7519 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_MYSQL_GOLANG_CLIENT_TAG 9bec2a638e6e (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV PWD /ClickHouse/tests/integration (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_MYSQL_JAVA_CLIENT_TAG 766bff31cfe4 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV CLICKHOUSE_ODBC_BRIDGE_BINARY_PATH /clickhouse-odbc-bridge (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV CLICKHOUSE_TESTS_BASE_CONFIG_DIR /clickhouse-config (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV TZ Etc/UTC (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV JAVA_PATH /usr/lib/jvm/java-11-openjdk-arm64/bin/java (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV DOCKER_BASE_TAG 1e0b53d756cf (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV SPARK_HOME /spark-3.3.2-bin-hadoop3 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV LC_CTYPE C.UTF-8 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV INTEGRATION_TESTS_RUN_ID 1 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV WORKER_FREE_PORTS 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 30011 30012 30013 30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 30035 30036 30037 30038 30039 30040 30041 30042 30043 30044 30045 30046 30047 30048 30049 (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : ENV PYTEST_CURRENT_TEST test_disks_app_func/test.py::test_disks_app_func_read_write (setup) (cluster.py:446, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : CLUSTER INIT base_config_dir:/clickhouse-config (cluster.py:766, __init__) 2025-06-27 14:08:50 [ 504 ] DEBUG : clickhouse_start_command: clickhouse server --config-file=/etc/clickhouse-server/{main_config_file} --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log (cluster.py:1785, add_instance) 2025-06-27 14:08:50 [ 504 ] DEBUG : Cluster name: project_name:roottestdisksappfunc. Added instance name:disks_app_test tag:1e0b53d756cf base_cmd:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env', '--project-name', 'roottestdisksappfunc', '--file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml'] docker_compose_yml_dir:/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/ (cluster.py:2079, add_instance) 2025-06-27 14:08:50 [ 504 ] INFO : Running tests in /ClickHouse/tests/integration/test_disks_app_func/test.py (cluster.py:2788, start) 2025-06-27 14:08:50 [ 504 ] DEBUG : Cluster start called. is_up=False (cluster.py:2795, start) 2025-06-27 14:08:50 [ 504 ] DEBUG : Docker networks for project roottestdisksappfunc are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2025-06-27 14:08:50 [ 504 ] DEBUG : Docker containers for project roottestdisksappfunc are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2025-06-27 14:08:50 [ 504 ] DEBUG : Docker volumes for project roottestdisksappfunc are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2025-06-27 14:08:50 [ 504 ] DEBUG : Cleanup called (cluster.py:876, cleanup) 2025-06-27 14:08:50 [ 504 ] DEBUG : Docker networks for project roottestdisksappfunc are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2025-06-27 14:08:50 [ 504 ] DEBUG : Docker containers for project roottestdisksappfunc are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2025-06-27 14:08:50 [ 504 ] DEBUG : Docker volumes for project roottestdisksappfunc are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2025-06-27 14:08:50 [ 504 ] DEBUG : Command:docker container list --all --filter name='^/roottestdisksappfunc_.*_1$' --format '{{.ID}}:{{.Names}}' (cluster.py:113, run_and_check) 2025-06-27 14:08:50 [ 504 ] DEBUG : Unstopped containers: {} (cluster.py:890, cleanup) 2025-06-27 14:08:50 [ 504 ] DEBUG : No running containers for project: roottestdisksappfunc (cluster.py:904, cleanup) 2025-06-27 14:08:50 [ 504 ] DEBUG : Trying to prune unused networks... (cluster.py:910, cleanup) 2025-06-27 14:08:50 [ 504 ] DEBUG : Trying to prune unused images... (cluster.py:926, cleanup) 2025-06-27 14:08:50 [ 504 ] DEBUG : Command:['docker', 'image', 'prune', '-f'] (cluster.py:113, run_and_check) 2025-06-27 14:08:50 [ 504 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:121, run_and_check) 2025-06-27 14:08:50 [ 504 ] DEBUG : Images pruned (cluster.py:929, cleanup) 2025-06-27 14:08:50 [ 504 ] DEBUG : Trying to prune unused volumes... (cluster.py:935, cleanup) 2025-06-27 14:08:50 [ 504 ] DEBUG : Command:['docker volume ls | wc -l'] (cluster.py:113, run_and_check) 2025-06-27 14:08:50 [ 504 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) 2025-06-27 14:08:50 [ 504 ] DEBUG : Setup directory for instance: disks_app_test (cluster.py:2808, start) 2025-06-27 14:08:50 [ 504 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4534, create_dir) 2025-06-27 14:08:50 [ 504 ] DEBUG : Create directory for common tests configuration (cluster.py:4539, create_dir) 2025-06-27 14:08:50 [ 504 ] DEBUG : Copy common configuration from helpers (cluster.py:4559, create_dir) 2025-06-27 14:08:50 [ 504 ] DEBUG : Generate and write macros file (cluster.py:4602, create_dir) 2025-06-27 14:08:50 [ 504 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_disks_app_func/config.xml'] to /ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/configs/config.d (cluster.py:4632, create_dir) 2025-06-27 14:08:50 [ 504 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/database (cluster.py:4649, create_dir) 2025-06-27 14:08:50 [ 504 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/logs (cluster.py:4660, create_dir) 2025-06-27 14:08:50 [ 504 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log"] (cluster.py:4746, create_dir) 2025-06-27 14:08:50 [ 504 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw', 'MINIO_CERTS_DIR': '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/minio/certs', 'MINIO_DATA_DIR': '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/minio/data', 'MINIO_PORT': '9001', 'SSL_CERT_FILE': '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/minio/certs/public.crt'} stored in /ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env (cluster.py:86, _create_env_file) 2025-06-27 14:08:50 [ 504 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-06-27 14:08:50 [ 504 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-06-27 14:08:50 [ 504 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-06-27 14:08:50 [ 504 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-06-27 14:08:50 [ 504 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 824 (connectionpool.py:547, _make_request) 2025-06-27 14:08:50 [ 504 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env', '--project-name', 'roottestdisksappfunc', '--file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', 'pull'] (cluster.py:113, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling proxy1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling proxy2 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling minio1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling disks_app_test ... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling resolver ... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling proxy1 ... pulling from altinityinfra/s3-proxy (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling resolver ... pulling from altinityinfra/python... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling proxy1 ... digest: sha256:92e86c3de6b8ff00d8... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling proxy1 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling minio1 ... pulling from minio/minio (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling proxy1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling proxy2 ... pulling from altinityinfra/s3-proxy (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling resolver ... digest: sha256:919cb0e6c1a4f05e8d... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling resolver ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling disks_app_test ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling resolver ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling minio1 ... digest: sha256:9eea83a4e1425067e7... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling minio1 ... status: image is up to date for m... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling minio1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling proxy2 ... digest: sha256:92e86c3de6b8ff00d8... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling proxy2 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling proxy2 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling disks_app_test ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling disks_app_test ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] DEBUG : Stderr:Pulling disks_app_test ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:01 [ 504 ] INFO : Trying to create Minio instance by command docker-compose --env-file /ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env --project-name roottestdisksappfunc --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml --verbose up -d (cluster.py:3087, start) 2025-06-27 14:09:01 [ 504 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env', '--project-name', 'roottestdisksappfunc', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', '--verbose', 'up', '-d'] (cluster.py:113, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.config.config.find: Using configuration files: /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.docker_client.get_client: docker-compose version 1.29.2, build unknown (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:docker-py version: (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:CPython version: 3.10.12 (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:OpenSSL version: OpenSSL 3.0.2 15 Mar 2022 (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.docker_client.get_client: Docker base_url: http+docker://localhost (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.docker_client.get_client: Docker version: Platform={'Name': 'Docker Engine - Community'}, Components=[{'Name': 'Engine', 'Version': '23.0.6', 'Details': {'ApiVersion': '1.42', 'Arch': 'arm64', 'BuildTime': '2023-05-05T21:18:33.000000000+00:00', 'Experimental': 'false', 'GitCommit': '9dbdbd4', 'GoVersion': 'go1.19.9', 'KernelVersion': '5.15.0-122-generic', 'MinAPIVersion': '1.12', 'Os': 'linux'}}, {'Name': 'containerd', 'Version': '1.7.25', 'Details': {'GitCommit': 'bcc810d6b9066471b0b6fa75f557a15a1cbf31bb'}}, {'Name': 'runc', 'Version': '1.2.4', 'Details': {'GitCommit': 'v1.2.4-0-g6c52b3f'}}, {'Name': 'docker-init', 'Version': '0.19.0', 'Details': {'GitCommit': 'de40ad0'}}], Version=23.0.6, ApiVersion=1.42, MinAPIVersion=1.12, GitCommit=9dbdbd4, GoVersion=go1.19.9, Os=linux, Arch=arm64, KernelVersion=5.15.0-122-generic, BuildTime=2023-05-05T21:18:33.000000000+00:00 (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_network <- ('roottestdisksappfunc_default') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_volume <- ('roottestdisksappfunc_data1-1') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker info <- () (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker info -> {'Architecture': 'aarch64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'BridgeNfIp6tables': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'BridgeNfIptables': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'CPUSet': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'CPUShares': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'CgroupDriver': 'cgroupfs', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'CgroupVersion': '2', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'ContainerdCommit': {'Expected': 'bcc810d6b9066471b0b6fa75f557a15a1cbf31bb', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'ID': 'bcc810d6b9066471b0b6fa75f557a15a1cbf31bb'}, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Containers': 0, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_network <- ('roottestdisksappfunc_default') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.network.ensure: Creating network "roottestdisksappfunc_default" with the default driver (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_network <- (name='roottestdisksappfunc_default', driver=None, options=None, ipam=None, internal=False, enable_ipv6=False, labels={'com.docker.compose.project': 'roottestdisksappfunc', 'com.docker.compose.network': 'default', 'com.docker.compose.version': '1.29.2'}, attachable=True, check_duplicate=True) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_network -> {'Id': '0ae459fa05a4b187304309022923398f9e4f1ed3bc88ae09960c464f51b2c610', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Warning': ''} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_volume <- ('roottestdisksappfunc_data1-1') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.volume.initialize: Creating volume "roottestdisksappfunc_data1-1" with default driver (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_volume <- ('roottestdisksappfunc_data1-1', None, None, labels={'com.docker.compose.project': 'roottestdisksappfunc', 'com.docker.compose.volume': 'data1-1', 'com.docker.compose.version': '1.29.2'}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_volume -> {'CreatedAt': '2025-06-27T14:09:02Z', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Driver': 'local', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Labels': {'com.docker.compose.project': 'roottestdisksappfunc', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'com.docker.compose.version': '1.29.2', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'com.docker.compose.volume': 'data1-1'}, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Mountpoint': '/var/lib/docker/volumes/roottestdisksappfunc_data1-1/_data', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Name': 'roottestdisksappfunc_data1-1', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Options': None, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Scope': 'local'} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('minio/minio:RELEASE.2024-07-31T05-46-26Z') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['minio'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/usr/bin/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/python-bottle:caad4729259e') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['python3'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.project._get_convergence_plans: minio1 has upstream changes (proxy1, proxy2) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'status': ['created', 'exited'], 'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'status': ['created', 'exited'], 'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.project._get_convergence_plans: resolver has upstream changes (proxy1, proxy2) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'status': ['created', 'exited'], 'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'status': ['created', 'exited'], 'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, , , } (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:Creating roottestdisksappfunc_proxy2_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdisksappfunc', service='proxy2', number=1)} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdisksappfunc', service='proxy2', number=1) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:Creating roottestdisksappfunc_proxy1_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdisksappfunc', service='proxy1', number=1)} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdisksappfunc', service='proxy1', number=1) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: 183a0f4a46e453058e6d6e5e66489ab704acaa9d86ec627c61c50b8c9a4d0ee4 (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=[], volumes_from=[], privileged=False, network_mode='roottestdisksappfunc_default', devices=None, device_requests=None, dns=None, dns_opt=None, dns_search=None, restart_policy=None, runtime=None, cap_add=None, cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=None, ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=None, device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': [], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'NetworkMode': 'roottestdisksappfunc_default', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'PortBindings': {}, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'VolumesFrom': []} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (image='altinityinfra/s3-proxy', volumes={}, name='roottestdisksappfunc_proxy2_1', detach=True, ports=['8080', '80', '443'], environment=[], labels={'com.docker.compose.project': 'roottestdisksappfunc', 'com.docker.compose.service': 'proxy2', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_minio.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': '183a0f4a46e453058e6d6e5e66489ab704acaa9d86ec627c61c50b8c9a4d0ee4'}, host_config={'NetworkMode': 'roottestdisksappfunc_default', 'VolumesFrom': [], 'Binds': [], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}}, networking_config={'EndpointsConfig': {'roottestdisksappfunc_default': {'Aliases': ['proxy2'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: 183a0f4a46e453058e6d6e5e66489ab704acaa9d86ec627c61c50b8c9a4d0ee4 (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=[], volumes_from=[], privileged=False, network_mode='roottestdisksappfunc_default', devices=None, device_requests=None, dns=None, dns_opt=None, dns_search=None, restart_policy=None, runtime=None, cap_add=None, cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=None, ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=None, device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': [], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'NetworkMode': 'roottestdisksappfunc_default', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'PortBindings': {}, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'VolumesFrom': []} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (image='altinityinfra/s3-proxy', volumes={}, name='roottestdisksappfunc_proxy1_1', detach=True, ports=['8080', '80', '443'], environment=[], labels={'com.docker.compose.project': 'roottestdisksappfunc', 'com.docker.compose.service': 'proxy1', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_minio.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': '183a0f4a46e453058e6d6e5e66489ab704acaa9d86ec627c61c50b8c9a4d0ee4'}, host_config={'NetworkMode': 'roottestdisksappfunc_default', 'VolumesFrom': [], 'Binds': [], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}}, networking_config={'EndpointsConfig': {'roottestdisksappfunc_default': {'Aliases': ['proxy1'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': 'fcd97f50c6ae23f464fbd86cabd12d328ff7d5bda89d6e8d7067fcc0337c8d65', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Warnings': []} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('fcd97f50c6ae23f464fbd86cabd12d328ff7d5bda89d6e8d7067fcc0337c8d65') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Args': ['/run.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Env': ['PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'NGINX_VERSION=1.27.5', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('fcd97f50c6ae23f464fbd86cabd12d328ff7d5bda89d6e8d7067fcc0337c8d65', 'roottestdisksappfunc_default') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': 'b11710c2c0134afac339c851d4edf5f7f2ff969ce49e4652a9b1918d083c3ee2', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Warnings': []} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('b11710c2c0134afac339c851d4edf5f7f2ff969ce49e4652a9b1918d083c3ee2') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Args': ['/run.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Env': ['PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'NGINX_VERSION=1.27.5', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('b11710c2c0134afac339c851d4edf5f7f2ff969ce49e4652a9b1918d083c3ee2', 'roottestdisksappfunc_default') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('fcd97f50c6ae23f464fbd86cabd12d328ff7d5bda89d6e8d7067fcc0337c8d65', 'roottestdisksappfunc_default', aliases=['proxy2', 'fcd97f50c6ae'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('b11710c2c0134afac339c851d4edf5f7f2ff969ce49e4652a9b1918d083c3ee2', 'roottestdisksappfunc_default', aliases=['proxy1', 'b11710c2c013'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('fcd97f50c6ae23f464fbd86cabd12d328ff7d5bda89d6e8d7067fcc0337c8d65') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('b11710c2c0134afac339c851d4edf5f7f2ff969ce49e4652a9b1918d083c3ee2') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdisksappfunc', service='proxy1', number=1) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:Creating roottestdisksappfunc_proxy1_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdisksappfunc', service='proxy2', number=1) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:Creating roottestdisksappfunc_proxy2_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdisksappfunc', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:Creating roottestdisksappfunc_minio1_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdisksappfunc', service='minio1', number=1)} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdisksappfunc', service='minio1', number=1) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:Creating roottestdisksappfunc_resolver_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdisksappfunc', service='resolver', number=1)} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdisksappfunc', service='resolver', number=1) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('minio/minio:RELEASE.2024-07-31T05-46-26Z') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/python-bottle:caad4729259e') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['minio'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/usr/bin/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('minio/minio:RELEASE.2024-07-31T05-46-26Z') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['python3'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/python-bottle:caad4729259e') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['minio'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': ['/usr/bin/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: ef97886eccedddbee818c012aeed6497302193ddf1fbe4162889564a3ce6bcd2 (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=['roottestdisksappfunc_data1-1:/data1:rw', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/minio/certs:/certs:rw'], volumes_from=[], privileged=False, network_mode='roottestdisksappfunc_default', devices=None, device_requests=None, dns=None, dns_opt=None, dns_search=None, restart_policy=None, runtime=None, cap_add=None, cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=None, ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=None, device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': ['roottestdisksappfunc_data1-1:/data1:rw', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/minio/certs:/certs:rw'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'NetworkMode': 'roottestdisksappfunc_default', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'PortBindings': {}, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'VolumesFrom': []} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (command='server --console-address 127.0.0.1:19001 --address :9001 --certs-dir /certs /data1-1', environment=['MINIO_ACCESS_KEY=minio', 'MINIO_SECRET_KEY=minio123', 'MINIO_PROMETHEUS_AUTH_TYPE=public'], image='minio/minio:RELEASE.2024-07-31T05-46-26Z', volumes={'/data1': {}, '/certs': {}}, name='roottestdisksappfunc_minio1_1', detach=True, ports=['9001'], labels={'com.docker.compose.project': 'roottestdisksappfunc', 'com.docker.compose.service': 'minio1', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_minio.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': 'ef97886eccedddbee818c012aeed6497302193ddf1fbe4162889564a3ce6bcd2'}, host_config={'NetworkMode': 'roottestdisksappfunc_default', 'VolumesFrom': [], 'Binds': ['roottestdisksappfunc_data1-1:/data1:rw', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/minio/certs:/certs:rw'], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}}, networking_config={'EndpointsConfig': {'roottestdisksappfunc_default': {'Aliases': ['minio1'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['python3'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: e6e76c003e9522dffe18a0d59c71a177e367817f98b6fc05510c15707fb893b1 (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=[], volumes_from=[], privileged=False, network_mode='roottestdisksappfunc_default', devices=None, device_requests=None, dns=None, dns_opt=None, dns_search=None, restart_policy=None, runtime=None, cap_add=None, cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=None, ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=None, device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': [], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'NetworkMode': 'roottestdisksappfunc_default', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'PortBindings': {}, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'VolumesFrom': []} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (image='altinityinfra/python-bottle:caad4729259e', tty=True, volumes={}, name='roottestdisksappfunc_resolver_1', detach=True, ports=['8080'], environment=[], labels={'com.docker.compose.project': 'roottestdisksappfunc', 'com.docker.compose.service': 'resolver', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_minio.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': 'e6e76c003e9522dffe18a0d59c71a177e367817f98b6fc05510c15707fb893b1'}, host_config={'NetworkMode': 'roottestdisksappfunc_default', 'VolumesFrom': [], 'Binds': [], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}}, networking_config={'EndpointsConfig': {'roottestdisksappfunc_default': {'Aliases': ['resolver'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': '6b685e1228e50aedd156b8c33b15f18cd74b649654e561cf2e6ae2829317e45a', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Warnings': []} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('6b685e1228e50aedd156b8c33b15f18cd74b649654e561cf2e6ae2829317e45a') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': '5c0523db86bc68c42e217d921316a9c8ee66f1fbeb7693165ff4f0bad8c97fa7', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Warnings': []} (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('5c0523db86bc68c42e217d921316a9c8ee66f1fbeb7693165ff4f0bad8c97fa7') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Args': ['server', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: '--console-address', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: '127.0.0.1:19001', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: '--address', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: ':9001', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: '--certs-dir', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: '/certs', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: '/data1-1'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('5c0523db86bc68c42e217d921316a9c8ee66f1fbeb7693165ff4f0bad8c97fa7', 'roottestdisksappfunc_default') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Args': [], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Cmd': ['python3'], (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'Env': ['PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr: 'GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305', (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('6b685e1228e50aedd156b8c33b15f18cd74b649654e561cf2e6ae2829317e45a', 'roottestdisksappfunc_default') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('5c0523db86bc68c42e217d921316a9c8ee66f1fbeb7693165ff4f0bad8c97fa7', 'roottestdisksappfunc_default', aliases=['minio1', '5c0523db86bc'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('6b685e1228e50aedd156b8c33b15f18cd74b649654e561cf2e6ae2829317e45a', 'roottestdisksappfunc_default', aliases=['6b685e1228e5', 'resolver'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('5c0523db86bc68c42e217d921316a9c8ee66f1fbeb7693165ff4f0bad8c97fa7') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('6b685e1228e50aedd156b8c33b15f18cd74b649654e561cf2e6ae2829317e45a') (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdisksappfunc', service='resolver', number=1) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:Creating roottestdisksappfunc_resolver_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdisksappfunc', service='minio1', number=1) (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:Creating roottestdisksappfunc_minio1_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-06-27 14:09:03 [ 504 ] INFO : Trying to connect to Minio... (cluster.py:3093, start) 2025-06-27 14:09:03 [ 504 ] DEBUG : get_instance_ip instance_name=minio1 (cluster.py:2135, get_instance_ip) 2025-06-27 14:09:03 [ 504 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdisksappfunc_minio1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-06-27 14:09:03 [ 504 ] DEBUG : get_instance_ip instance_name=proxy1 (cluster.py:2135, get_instance_ip) 2025-06-27 14:09:03 [ 504 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdisksappfunc_proxy1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-06-27 14:09:03 [ 504 ] DEBUG : Starting new HTTP connection (1): 172.16.1.4:9001 (connectionpool.py:245, _new_conn) 2025-06-27 14:09:03 [ 504 ] DEBUG : Incremented Retry for (url='/'): Retry(total=2, connect=None, read=None, redirect=None, status=None) (retry.py:517, increment) 2025-06-27 14:09:03 [ 504 ] WARNING : Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': / (connectionpool.py:872, urlopen) 2025-06-27 14:09:03 [ 504 ] DEBUG : Starting new HTTP connection (2): 172.16.1.4:9001 (connectionpool.py:245, _new_conn) 2025-06-27 14:09:03 [ 504 ] DEBUG : Incremented Retry for (url='/'): Retry(total=1, connect=None, read=None, redirect=None, status=None) (retry.py:517, increment) 2025-06-27 14:09:03 [ 504 ] WARNING : Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': / (connectionpool.py:872, urlopen) 2025-06-27 14:09:03 [ 504 ] DEBUG : Starting new HTTP connection (3): 172.16.1.4:9001 (connectionpool.py:245, _new_conn) 2025-06-27 14:09:03 [ 504 ] DEBUG : Incremented Retry for (url='/'): Retry(total=0, connect=None, read=None, redirect=None, status=None) (retry.py:517, increment) 2025-06-27 14:09:03 [ 504 ] WARNING : Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': / (connectionpool.py:872, urlopen) 2025-06-27 14:09:03 [ 504 ] DEBUG : Starting new HTTP connection (4): 172.16.1.4:9001 (connectionpool.py:245, _new_conn) 2025-06-27 14:09:03 [ 504 ] DEBUG : Can't connect to Minio: HTTPConnectionPool(host='172.16.1.4', port=9001): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) (cluster.py:2669, wait_minio_to_start) 2025-06-27 14:09:04 [ 504 ] DEBUG : Starting new HTTP connection (5): 172.16.1.4:9001 (connectionpool.py:245, _new_conn) 2025-06-27 14:09:04 [ 504 ] DEBUG : http://172.16.1.4:9001 "GET / HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2025-06-27 14:09:04 [ 504 ] DEBUG : Connected to Minio. (cluster.py:2649, wait_minio_to_start) 2025-06-27 14:09:04 [ 504 ] DEBUG : http://172.16.1.4:9001 "GET /root?location= HTTP/1.1" 404 0 (connectionpool.py:547, _make_request) 2025-06-27 14:09:04 [ 504 ] DEBUG : http://172.16.1.4:9001 "PUT /root HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2025-06-27 14:09:04 [ 504 ] DEBUG : S3 bucket 'root' created (cluster.py:2664, wait_minio_to_start) 2025-06-27 14:09:04 [ 504 ] DEBUG : http://172.16.1.4:9001 "GET /root2?location= HTTP/1.1" 404 0 (connectionpool.py:547, _make_request) 2025-06-27 14:09:04 [ 504 ] DEBUG : http://172.16.1.4:9001 "PUT /root2 HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2025-06-27 14:09:04 [ 504 ] DEBUG : S3 bucket 'root2' created (cluster.py:2664, wait_minio_to_start) 2025-06-27 14:09:04 [ 504 ] DEBUG : ('Trying to create ClickHouse instance by command %s', 'docker-compose --env-file /ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env --project-name roottestdisksappfunc --file /ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml up -d --no-recreate') (cluster.py:3146, start) 2025-06-27 14:09:04 [ 504 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env', '--project-name', 'roottestdisksappfunc', '--file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', 'up', '-d', '--no-recreate'] (cluster.py:113, run_and_check) 2025-06-27 14:09:05 [ 504 ] DEBUG : Stderr:Creating roottestdisksappfunc_disks_app_test_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:05 [ 504 ] DEBUG : Stderr:Creating roottestdisksappfunc_disks_app_test_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:05 [ 504 ] DEBUG : ClickHouse instance created (cluster.py:3154, start) 2025-06-27 14:09:05 [ 504 ] DEBUG : get_instance_ip instance_name=disks_app_test (cluster.py:2135, get_instance_ip) 2025-06-27 14:09:05 [ 504 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdisksappfunc_disks_app_test_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-06-27 14:09:05 [ 504 ] DEBUG : Waiting for ClickHouse start in disks_app_test, ip: 172.16.1.6... (cluster.py:3161, start) 2025-06-27 14:09:05 [ 504 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdisksappfunc_disks_app_test_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-06-27 14:09:05 [ 504 ] DEBUG : http://localhost:None "GET /v1.42/containers/dd291f86e7eb59dcf0a5086c7e932550e1dd7505886a83d5399ac9099f646104/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-06-27 14:09:06 [ 504 ] DEBUG : http://localhost:None "GET /v1.42/containers/dd291f86e7eb59dcf0a5086c7e932550e1dd7505886a83d5399ac9099f646104/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-06-27 14:09:06 [ 504 ] DEBUG : http://localhost:None "GET /v1.42/containers/dd291f86e7eb59dcf0a5086c7e932550e1dd7505886a83d5399ac9099f646104/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-06-27 14:09:06 [ 504 ] DEBUG : ClickHouse disks_app_test started (cluster.py:3165, start) ------------------------------ Captured log call ------------------------------- 2025-06-27 14:09:06 [ 504 ] DEBUG : run container_id:roottestdisksappfunc_disks_app_test_1 detach:False nothrow:False cmd: ['bash', '-c', "echo 'tester' |/usr/bin/clickhouse disks --save-logs --disk test1 --query 'write 5.txt'"] (cluster.py:2173, exec_in_container) 2025-06-27 14:09:06 [ 504 ] DEBUG : Command:['docker', 'exec', 'roottestdisksappfunc_disks_app_test_1', 'bash', '-c', "echo 'tester' |/usr/bin/clickhouse disks --save-logs --disk test1 --query 'write 5.txt'"] (cluster.py:113, run_and_check) 2025-06-27 14:09:06 [ 504 ] DEBUG : Stderr:Cannot open file /var/lib/clickhouse/path1/5.txt: , errno: 2, strerror: No such file or directory (cluster.py:123, run_and_check) 2025-06-27 14:09:06 [ 504 ] DEBUG : run container_id:roottestdisksappfunc_disks_app_test_1 detach:False nothrow:False cmd: ['/usr/bin/clickhouse', 'disks', '--save-logs', '--disk', 'test1', '--query', 'read 5.txt'] (cluster.py:2173, exec_in_container) 2025-06-27 14:09:06 [ 504 ] DEBUG : Command:['docker', 'exec', 'roottestdisksappfunc_disks_app_test_1', '/usr/bin/clickhouse', 'disks', '--save-logs', '--disk', 'test1', '--query', 'read 5.txt'] (cluster.py:113, run_and_check) 2025-06-27 14:09:06 [ 504 ] DEBUG : Stderr:Cannot open file /var/lib/clickhouse/path1/5.txt: , errno: 2, strerror: No such file or directory (cluster.py:123, run_and_check) ---------------------------- Captured log teardown ----------------------------- 2025-06-27 14:09:07 [ 504 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env', '--project-name', 'roottestdisksappfunc', '--file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', 'stop', '--timeout', '20'] (cluster.py:113, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Stderr:Stopping roottestdisksappfunc_disks_app_test_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Stderr:Stopping roottestdisksappfunc_minio1_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Stderr:Stopping roottestdisksappfunc_resolver_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Stderr:Stopping roottestdisksappfunc_proxy1_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Stderr:Stopping roottestdisksappfunc_proxy2_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Stderr:Stopping roottestdisksappfunc_disks_app_test_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Stderr:Stopping roottestdisksappfunc_minio1_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Stderr:Stopping roottestdisksappfunc_resolver_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Stderr:Stopping roottestdisksappfunc_proxy1_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Stderr:Stopping roottestdisksappfunc_proxy2_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Command:['bash', '-c', '[ -f /ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true'] (cluster.py:113, run_and_check) 2025-06-27 14:09:28 [ 504 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/.env', '--project-name', 'roottestdisksappfunc', '--file', '/ClickHouse/tests/integration/test_disks_app_func/_instances_1/disks_app_test/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', 'down', '--volumes'] (cluster.py:113, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing roottestdisksappfunc_disks_app_test_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing roottestdisksappfunc_minio1_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing roottestdisksappfunc_resolver_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing roottestdisksappfunc_proxy1_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing roottestdisksappfunc_proxy2_1 ... (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing roottestdisksappfunc_proxy1_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing roottestdisksappfunc_disks_app_test_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing roottestdisksappfunc_minio1_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing roottestdisksappfunc_resolver_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing roottestdisksappfunc_proxy2_1 ... done (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing network roottestdisksappfunc_default (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stderr:Removing volume roottestdisksappfunc_data1-1 (cluster.py:123, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Cleanup called (cluster.py:876, cleanup) 2025-06-27 14:09:29 [ 504 ] DEBUG : Docker networks for project roottestdisksappfunc are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2025-06-27 14:09:29 [ 504 ] DEBUG : Docker containers for project roottestdisksappfunc are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2025-06-27 14:09:29 [ 504 ] DEBUG : Docker volumes for project roottestdisksappfunc are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2025-06-27 14:09:29 [ 504 ] DEBUG : Command:docker container list --all --filter name='^/roottestdisksappfunc_.*_1$' --format '{{.ID}}:{{.Names}}' (cluster.py:113, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Unstopped containers: {} (cluster.py:890, cleanup) 2025-06-27 14:09:29 [ 504 ] DEBUG : No running containers for project: roottestdisksappfunc (cluster.py:904, cleanup) 2025-06-27 14:09:29 [ 504 ] DEBUG : Trying to prune unused networks... (cluster.py:910, cleanup) 2025-06-27 14:09:29 [ 504 ] DEBUG : Trying to prune unused images... (cluster.py:926, cleanup) 2025-06-27 14:09:29 [ 504 ] DEBUG : Command:['docker', 'image', 'prune', '-f'] (cluster.py:113, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:121, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Images pruned (cluster.py:929, cleanup) 2025-06-27 14:09:29 [ 504 ] DEBUG : Trying to prune unused volumes... (cluster.py:935, cleanup) 2025-06-27 14:09:29 [ 504 ] DEBUG : Command:['docker volume ls | wc -l'] (cluster.py:113, run_and_check) 2025-06-27 14:09:29 [ 504 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) ============================== slowest durations =============================== 22.83s teardown test_disks_app_func/test.py::test_disks_app_func_read_write 15.99s setup test_disks_app_func/test.py::test_disks_app_func_read_write 0.27s call test_disks_app_func/test.py::test_disks_app_func_read_write =========================== short test summary info ============================ FAILED test_disks_app_func/test.py::test_disks_app_func_read_write - Assertio... ============================== 1 failed in 39.16s ============================== Traceback (most recent call last): File "/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration/./runner", line 445, in subprocess.check_call(cmd, shell=True) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_varwy7 --privileged --dns-search='.' --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=2cffe1eae894 -e DOCKER_BASE_TAG=1e0b53d756cf -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=caad4729259e -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS=" -rfEps --run-id=1 --color=no --durations=0 test_disks_app_func/test.py::test_disks_app_func_read_write -vvv" altinityinfra/integration-tests-runner:37a9815fd2fa ' returned non-zero exit status 1.